|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
AsaWebvpnUserInfo manipulates clientless VPN users on ASA devices. More...
Public Member Functions | |
| bool | addBookmark (string, string) |
| Adds a bookmark with the specified name and URL. More... | |
| void | setProfileName (string) |
| Sets the name of the profile. More... | |
| void | setPolicyName (string) |
| Sets the name of the group policy. More... | |
| void | setBookmarkName (string) |
| Sets the title of the bookmark. More... | |
| void | setUrlName (string) |
| Sets the URL of the bookmark. More... | |
| string | getUserName () |
| Returns the username of this clientless VPN user. More... | |
| string | getProfileName () |
| Returns the profile name of this clientless VPN user. More... | |
| string | getPolicyName () |
| Returns the group policy name of this clientless VPN user. More... | |
| string | getBookmarkName () |
| Returns the title of the bookmark of this clientless VPN user. More... | |
| string | getUrlName () |
| Returns the URL of the bookmark of this clientless VPN user. More... | |
AsaWebvpnUserInfo manipulates clientless VPN users on ASA devices.
| bool AsaWebvpnUserInfo::addBookmark | ( | string | , |
| string | |||
| ) |
Adds a bookmark with the specified name and URL.
/param bookmarkName, the title of the bookmark. /param url, the URL of the bookmark.
| string AsaWebvpnUserInfo::getBookmarkName | ( | ) |
Returns the title of the bookmark of this clientless VPN user.
| string AsaWebvpnUserInfo::getPolicyName | ( | ) |
Returns the group policy name of this clientless VPN user.
| string AsaWebvpnUserInfo::getProfileName | ( | ) |
Returns the profile name of this clientless VPN user.
| string AsaWebvpnUserInfo::getUrlName | ( | ) |
Returns the URL of the bookmark of this clientless VPN user.
| string AsaWebvpnUserInfo::getUserName | ( | ) |
Returns the username of this clientless VPN user.
| void AsaWebvpnUserInfo::setBookmarkName | ( | string | ) |
Sets the title of the bookmark.
/param title, the title of the bookmark.
| void AsaWebvpnUserInfo::setPolicyName | ( | string | ) |
Sets the name of the group policy.
/param name, the name of the group policy.
| void AsaWebvpnUserInfo::setProfileName | ( | string | ) |
Sets the name of the profile.
/param name, the name of the profile.
| void AsaWebvpnUserInfo::setUrlName | ( | string | ) |
Sets the URL of the bookmark.
/param url, the URL of the bookmark.